Start Attribute
Use to define the start of the counting from specified number.
The start attribute of the <ol></ol>
tag pair defines the start of the counting from specified number.
<body>
<h3>To create a web page:</h3>
<ol start="10">
<li>Open a Text Editor (Notepad) or Source Code Editor (Sublime Text) program.</li>
<li>Save the file as .html (File - save as - select HTML)</li>
<li>Write your HTML code.</li>
<li>Double-click on the saved file, and it will be opened in your default browser.</li>
</ol>
</body>
To create a web page:
- Open a Text Editor (Notepad) or Source Code Editor (Sublime Text) program.
- Save the file as .html (File - save as - select HTML).
- Write your HTML code.
- Double-click on the saved file, and it will be opened in your default browser.
Edit on GitHub
Last updated on