HTML (Hypertext Markup Language) uses a markup system composed of elements that represent content. Markup means that with HTML you declare what is presented to a viewer, not how it is presented.
Visual representations are defined by CSS (Cascading Style Sheets) and performed by browsers. HTML is sometimes called a programming language, but it lacks logic, just like a markup language.
HTML tags provide semantic meaning and machine readability for page content.
In this lesson, we've assembled the tools we need to create our first HTML page and create a folder to store our handy Basic HTML files. We do our first practice and view the results in a standard web browser.
HTML is the language of the web and it's what gives structure to our web pages. HTML is also very easy to learn and you just need a few tools to get started!
The Basic Tools
Input Medium
We need something to input our HTML into. The obvious choice is a computer, but you can use other means of input such as a tablet or, at worst, a smartphone, but you'll have to have very good eyesight and deft fingers for this last option.
HTML Editor HTML
An editor is an application that helps you create HTML pages. There is no need to use an HTML editor for our web pages, it just makes things simpler when developing and writing HTML and will certainly increase the productivity in creating pages.
Most HTML editors highlight parts of the code making it easier to read and offer improved cut, paste, and edit capabilities based on HTML syntax. Other features offered in most HTML editors include autocompletion, configurable panels, and advanced find and replace options.
Free HTML Editors
There are many free HTML editors, just type "HTML Editor for [Your Operating System] to see a selection. Some, like VS Code and Sublime Text, will do the job.
Web browser Any modern browser will do it. a review of the results of inserting some HTML code and the results will be very similar no matter which browser you choose.
The following are some web browsers you can use:
Chrome,
Edge, and
Firefox
Post a Comment
0Comments