/html-guidelines

HTML tutorial using best practices guidelines

Primary LanguageHTMLOtherNOASSERTION

HTML best practices

This is a tutorial where you can check the result of each document in the browser, while you are learning the basics of HTML and applying practices at the same time.


accessibility text


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy on a live system and clone the repository.


  • (Option 1): Clone the repository with link "https"
  git clone https://github.com/escummy/html-guidelines.git
  • (Option 2): Clone the repository with link "SSH"
  git clone git@github.com:escummy/html-guidelines.git
  • (Option 3): Download the file.zip to your desktop

Usability and implementation

Try to learn the exercises following an ascending order of the sections, as it's important to understand the learning HTML patterns.

  • You should start in your favorite code editor the 'LiveServer' extension or localhost to see changes in the browser at real time.

  • After you start LiveServer or similar, you will see in the browser something like that:

    http:// 127.0.0.1:5500/index.html
    http:// localhost:5500/index.html

  • So, you need to change just the name of the folderand file you want to visit!

    HTTP:// HOST & PORT /SRC source/ HTML folder/ file-name.html

    http:// localhost:5500/src/html/01-block-elements.html
    http:// localhost:5500/src/html/02-line-elements.html
    http:// localhost:5500/src/html/03-anchor-elements.html
    http:// localhost:5500/src/html/04-atributes.html
    http:// localhost:5500/src/html/05-block-tags.html
    http:// localhost:5500/src/html/06-line-tags.html
    http:// localhost:5500/src/html/07-lists.html
    http:// localhost:5500/src/html/08-links.html
    http:// localhost:5500/src/html/09-section-vs-article.html
    http:// localhost:5500/src/html/10-forms.html
    http:// localhost:5500/src/html/11-tables.html
    http:// localhost:5500/src/html/12-embedded-content.html


    Latest releases

Repositories use SemVer for versioning, three-digit numbering technique based patter of Major, Minor and Patch fixes, see the release tags for more details about version available.


Contributing

Contributions are always welcome.

See CONTRIBUTING for ways to get started, you can colaborate addings features to improve the repository, you can feel free to suggest anything or help solving issues via pull request.

Please adhere to this project CODE_OF_CONDUCT, examples of behavior that contributes to a positive environment for our community and adapted from the Contributor Covenant, version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html

[Author]: Gonzalo Cugiani (Amsterdam, North Holland, Netherlands)


About Licenses

A licensor may grant a license under intellectual property laws to authorize a use (such as copying software or using a patented invention) to a licensee, sparing the licensee from a claim of infringement brought by the licensor.

License used for this repository [MIT License]




. . .

This README file was updated
Last refresh: Thursday, 13 Oct, 22:49 CET