Skip to content
Introductory Guide To Web Development (2)
Share
Explore
Introductory Guide To Web Development

Session #10

In session #10 we talked about planning webpages, using github, and some final resources before we close our series off. We also said are final goodbyes since its the last session.
Planning Webpages Notes
Whiteboard[1]-01.png
Whiteboard[2]-01.png
Whiteboard[3]-01.png
Whiteboard[4]-01.png
Whiteboard[5]-01.png
Introduction to Github
Github is a free software which allows users to store and share code with each other, there are a lot of cool functions you can do with Github
Publishing Webpages In Real World
Please watch the video linked below to see how to publish webpages in real world. Note that it will cost real money so be wise for when you want to publish
All Covered Content Knowledge
Here are all the content areas in web development that are considered prior knowledge.
Web development terminology
Define “syntax”
Define “semantics”
Anatomy of a webpage
What each line of code in the basic HTML template mean
HTML factual knowledge
What is HTML
What does HTML stand for
HTML tags
heading tags
<h1> ~ <h6>
list tags
<ol>
<ul>
<li>
inline text tags
<em>
<strong>
link tags
<a>
internal links
external links
linking images
table tags
<table>
<thead>
<tbody>
<th>
<tr>
<td>
<caption>
form tags
<form>
<input>
<textarea>
<select>
<option>
<optgroup>
<fieldset>
<label>
<output>
individual tag: <p>
individual tag: <img>
individual tag: <header>
individual tag: <footer>
individual tag: <nav>
individual tag: <code>
individual tag: <button>
individual tag: <marquee>
HTML tags and attributes
CSS factual knowledge
What is CSS
What does CSS stand for
CSS selectors
Selecting by tag name
Selecting by class name
Selecting by ID
Multiple classes
Descendant selector
CSS Pseudo classes
CSS styling properties
CSS position properties
position: relative
position: absolute
position: fixed
position: sticky
top
bottom
left
right
background color
coloring
font family
font size
border
text align
margin
background image
width
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.