Book Description
If you are interested in learning how to build and design websites, Hyper Text Markup Language (HTML) is a great place to start. This project-based tutorial series will introduce you to HTML and its methods by building a personal website using our demonstration site (below) as a model. Once you learn the basics, you will know how change the website's design and add personalized content. No prior coding experience is necessary to follow along the chapters in this book.
HTML is the standard markup language used to display documents in a web browser. First developed by Tim Berners Lee in 1990 while working at the European Organization for Nuclear Research (CERN), HTML was one of the key innovative technologies used to publish the world's first website on August 6, 1991. Thanks to a restoration project by CERN, you can now revisit the original website. Since that time, HTML has been significantly updated and expanded but its basic purpose to format and structure web pages remains the same.
Today, HTML is one of many tools used to build the web. Knowing how to write HTML will provide a strong foundation for your career as a web designer and prepare you to learn additional front-end web development skills like CSS and JavaScript.
In this book, you'll learn how to create and customize a website using common HTML tags and techniques. After finishing this book, you'll have a site ready to deploy to the cloud.
This open book is licensed under a Creative Commons License (CC BY-NC-SA). You can download How To Build a Website with HTML ebook for free in PDF format (27.1 MB).
Table of Contents
Chapter 1
How To Set Up Your HTML Project
Chapter 2
How To View the Source Code of an HTML Document
Chapter 3
How To Use and Understand HTML Elements
Chapter 4
How To Use Inline-level and Block-level Elements in HTML
Chapter 5
How To Nest HTML Elements
Chapter 6
How To Use HTML Attributes
Chapter 7
How To Add Images To Your Webpage Using HTML
Chapter 8
How To Add Hyperlinks in HTML
Chapter 9
How To Use a <div>, the HTML Content Division Element
Chapter 10
How To Modify the Color of HTML Elements
Chapter 11
How To Set Up Your HTML Website Project
Chapter 12
How To Add an HTML <head> Element To Your Webpage
Chapter 13
How To Add a Favicon to Your Website with HTML
Chapter 14
How To Style the HTML <body> Element
Chapter 15
Creating the Top Section of Your Homepage With HTML
Chapter 16
How To Add a Background Image to the Top Section of Your Webpage With HTML
Chapter 17
How To Add a Styled Profile Image To Your Webpage With HTML
Chapter 18
How To Add and Style a Title To Your Webpage With HTML
Chapter 19
How To Create and Link To Additional Website Pages With HTML
Chapter 20
How To Center or Align Text and Images on Your Webpage with HTML
Chapter 21
How To Create the Body of Your Homepage With HTML
Chapter 22
How To Add a Footer To Your Webpage With HTML