
All the basic HTML code tags for use on a website or blog
In the following guide we offer you the the basic HTML tags for writing, blogging and websitesto be known absolutely to improve writing speed, intervene on texts in HTML mode to make advanced changes to any website.
HTML tags for bloggers, editors and websites
Below, we have compiled what we believe are the HTML tags you need to know by heart for anyone embarking on a career as a web writer or managing sites for third parties. To start, we can very well write down all the codes in a text document or on an online notepad such as Google Keepso so we can use them on the fly while writing or compiling web pages.
Since codes may interfere with the writing of this guide, you substitute the opening and closing tags (< and >) in place of the quotes on each command.
- “em” – “/em” or “i” – “/i” -> writing in italics.
- “strong” – “/strong” or “b” – “/b” -> bold writing.
- “h1” – “/h1”, “h2” – “/h2” etc. -> writing the title or various subtitles.
- “strike” – “/strike” or “del” – “/del” -> write the text crossed out.
- “blockquote” – “/blockquote” -> quoted text.
- “code” – “/code” -> text in the form of code.
- “p” – “/p” -> tag to enclose a single paragraph.
- “br/” -> Inserting a paragraph break (without closing the tags).
- “ol” – “/ol” -> insertion of a numbered list.
- “ul” – “/ul” -> insertion of a dotted list.
- “the” – “/the” -> tag to close each single element of a list.
- “a href=” – “/a” -> insertion of a web link.
- “a name=”?”” – “/a” -> create a bookmark on a page.
- “a href=”#?”” – “/a” -> create a bookmark inside the page.
- “img src=” -> insert an external image.
- “table” – “/table” -> insert a table.
- “tr” – “/tr” -> tag to close each single element of the table.
- “th” – “/th” -> insert a header row.
- “tfoot” – “/tfoot” -> insert a footer row.
These are definitely the HTML tags or codes to learn for anyone who wants to blog or collaborate on writing an article on any website.
Conclusions
The codes shown above are only preliminary HTML notions that all users, collaborators, web content editors, and actual publishers who deal with a site or participate in forums and blogs must know, given that integrated text editors are not always able to correct formatting problems on the fly (which instead we can do very well from the HTML editor, always available and accessible).
If you want to learn HTML, we suggest you read the guides on specialized sites (such as HTML.it) or buy specific books for this programming language (such as the book by Jon Duckettthe book by Jack Fellers and the book by Adam J. Smith).
To learn more about HTML, we can also read our guide to sites with tutorials for HTML and CSS, with examples and online editors.
topic,Always on the same topic we can read our articles on the most popular programming languages to work with and the AI programs and languages to use to create an app.