answersLogoWhite

0

I believe you mean divs. These can be made using the following tag:

<div>

Divs can be styled using CSS. You can specify a class or id to your div in the following way:

<div class="classname">

and

<div id="idname">

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How can you make your song into a HTML code?

There is no software, program, or pattern that transforms songs into HTML.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


Can someone make an HTML code where i can just put my file in and it to work please?

You have to give the complete file in order to make and HTML file. The file should be compatible with the code.


How do you code a layout on photofiltre?

you don't code the layouts in photofiltre , u make them then code them using HTML


How To Use HTML?

HTML stands for Hypertext Markup Language. HTML is the code used on websites all across the Internet. HTML is the code that makes a website a website. HTML is quite simple to learn how to use. HTML code that is typed by hand to create a website is old school now days. There are several programs out there are enable you to create a website without the need to know HTML code by hand. The new programs out there enables nearly anyone from the new person to the advanced person to make a website within minutes.The HTML code to make a link on your website is quite simple. HTML code is basic code that just learn to memorize in your mind. It is simple to remember to short code lines that you input to create certain things on a website like a small link to another page. HTML code is just a code like a different language. It is all memory.The new software out there made for creation of a website has the HTML code built into


How do you make a website like naruto arena?

by using HTML or CSS code we make website.


How do you convert HTML to c code?

You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.


What is the HTML code to make link inside a table?

You have to use the anchor tag to make a link. The code will be &lt;a&gt;&lt;table&gt;Table-Stuff&lt;/table&gt;&lt;/a&gt;.


How do you make a loop wav in HTML?

You add the following to your embed code: loop="true" &lt;html&gt; &lt;embed src="my_file.wav" hidden="true" loop="true"&gt;&lt;/embed&gt; &lt;/html&gt;


Is HTML code case sensitive?

as far as i know, HTML 4.01 transitional(standard HTML) is NOT case sensitive. XHTML is i think!!! check out w3schools if you want to make sure


Long form of HTML?

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.


Can you write HTML code on a Mac?

Yes. Any text editor can write HTML, or any web code. Just make sure to save the file as *.htm, *.html, *.shtml, etc. Note: Programs like Microsoft Word, OpenOffice, etc. are not capable of writing code.