answersLogoWhite

0

The first line of your HTML file should start with <!DOCTYPE HTML PUBLIC.... The first line of the actual HTML code begins with the <html> tag.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the first line in an stl file?

The first line in an STL file is a line that is in relation to the file formatting of an STL file. STL files are based on the stereolithoscopy system.


How do you save the DHTML file?

&lt;html&gt; &lt;head&gt; &lt;title&gt;in line style sheet &lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;hr&gt;dfdsfdsfsdfdsf&lt;/hr&gt; &lt;/boday&gt; &lt;/html&gt;


What is the difference between in-line style and the internal sheets?

Inline and internal style-sheets are 2 forms of CSS in HTML file. In-line CSS is used within the code of HTML, while the internal one is used at the beginning.


What does the HTML tag br mean?

&lt;BR&gt; tag stands for line break. This is the first line &lt;BR&gt; This is the second line In HTML the above code will get displayed as: This is the first line This is the second line


How asp.net webpages get processed from the time we type web address in local host using IIS server to the response page we get.?

* When a browser requests an ASP file, IIS passes the request to the ASP engine. The ASP engine reads the ASP file, line by line, and executes the scripts in the file. Finally, the ASP file is returned to the browser as plain HTML


How do you get rid of meta name Generator content Serif WebPlus 11.0?

Open the .html -file in text editor (like windows notepad), delete the line &lt;meta name="Generator" content="Serif WebPlus 11.0"&gt; and save the file.


What are the two breaks in HTML?

There are 2 types of breaks in HTML. One is the line break i.e. &lt;br&gt; and the horizontal line break &lt;hr&gt;.


How do you use subtitles?

YouTube supports subtitles if the person who uploaded the video created them, but most online video sites don't have subtitles. For downloaded movies, first download VLC media player open it (the player not the file). Select File &gt; Open File (not Quick Open File) in the File tab. Open: Browse Use a subtitles file: Check the box Advanced Settings: File : Browse First select browse on the first line and choose your media file Then check the box in the second line and choose your subtitle file.


Is you make 2000 dollars do you have to file income taxes?

$600 is the line for filing taxes. So yes, if you made $2000 you should file.


What is the full form of BR in HTML?

The correct HTML form for BR is . BR is a tag to force a line break. It was introduced as a single tag, with no companion tag. The and tags work with older HTML, but for HTML 5, you need to have an ending tag for each tag. You can create your own ending tag by adding forward slash within the single tag: .


What is the default file name of word?

The default file name is usually the first paragraph/line to suggest one. For example if your name was in the top of the document that would be your document file.


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.