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
height
overflow
display
flex-direction
list-style-type
CSS layout and position
HTML/CSS grouping tags
CSS box model
Professional webpage styling
Multiple pages and files
Creating
Connecting
Organizing
Important skills
Inspect element
Using documentation libraries
Inline CSS styling
Using github
Using comments
HTML comments
CSS comments
Webpage planning diagrams
Flowchart
Wire frame
Specification table
UI diagram
Extra Web Development Resources
(Checks your HTML/CSS/JS code to see if there are any minor or major errors or flaws)
(A good programming environment or IDE for web development)
(A good educational site which allows everyone to learn any programming language for free)
(Ever want web development coding challenges, here you can find all sorts of those)
A final thank you for joining all my sessions for this series, stay tuned for my Advanced Web Development series coming soon. This page will stay for the next two months, so download or save anything u need
download-1.jpg

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.