answersLogoWhite

0

How do you make border line in html?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

You can't make border lines with HTML - you use CSS.

<div id="mydiv">Content</div>

<style type="text/css">

#mydiv {border: solid black 1px;}

#mydiv {border: dashed red 1%;}

#mydiv {border: none;}

</style>

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the break element in HTML?

The break element is &lt;br&gt;. You would use this to make a new line when making a page in HTML. This can be used anywhere in HTML.


How do you use border in HTML?

Border can be an attribute in html. For example, in the table tag. This will put a border around the table.As another example, it can be used in the img tag.


What should be the first line of your HTML file?

The first line of your HTML file should start with &lt;!DOCTYPE HTML PUBLIC.... The first line of the actual HTML code begins with the &lt;html&gt; tag.


Why you use border in HTML?

To contain information, to separate things or just to make something look nice.


What is a border line?

what is a border line


What is a pause or break in the middle of a line of verse?

You can make a break in the line in HTML by placing in BR tag. It moves whatever is being written to the next line.


When was Border Line created?

Border Line was created in 2002.


How do you make borders around stardoll presentation?

There is something called a HTML you paste into your presentation. Save presentation and the border should come up. Then press edit again and type inside the border.


What is the duration of Border Line?

The duration of Border Line is 1.97 hours.


What latitude line forms the border between Canada and the US?

the line between the border of american and canda is that soo that people can not just come there without a passport it dosnet make seens


What does HTML mean in ict?

Html means when u make a website u click view click code and then tipe &lt;marquee&gt; in then cut &lt;/marquee&gt; to the end of the line click view then click design and u have made a html


While copying from HTML text into notepad single line is bent into two lines how to make it a single line?

Click on the very beginning of the second line and hit the "backspace" key.