mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Day 1: title formatting coherence, other edits
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# How the Web Works
|
||||
# Step 1.1 - Introduction to HTML (Demo)
|
||||
|
||||
## How the web works
|
||||
|
||||
A simple web page is rendered on the screen via the following steps.
|
||||
|
||||
@@ -21,7 +23,7 @@ A simple web page is rendered on the screen via the following steps.
|
||||
|
||||

|
||||
|
||||
# HTML Demo
|
||||
## HTML demo
|
||||
|
||||
HTML tags are the basis of all web applications. They give the page structure and define the content within.
|
||||
|
||||
@@ -35,7 +37,7 @@ HTML tags can also be nested to create a tree that we call the [Document Object
|
||||
|
||||
The [HTML demo page](https://microsoft.github.io/frontend-bootcamp/step1-01/demo) shows a large collection of HTML elements that you will come across during development. The full list of elements can be found on [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element).
|
||||
|
||||
## Sample Website
|
||||
## Sample webpage
|
||||
|
||||
```html
|
||||
<html>
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
Readme is in index.html
|
||||
# Step 1.1 - Introduction to HTML (Exercise)
|
||||
|
||||
See index.html from [npm start](http://localhost:8080/step1-01/exercise/) or the [live site](https://microsoft.github.io/frontend-bootcamp/step1-01/exercise/) for the exercise.
|
||||
Reference in New Issue
Block a user