Tags

    10/21~10/25

    Comments

    We shared our presentation with the novel writing class. We created those presentation on "beautiful.ai." My slides were prepared for the presentaiton, hoever, I need to work on my presentation skills. Some of the feed-backs that I got included; making eye contacts, and speaking louder with more confidence in my voice.

    I also started looking at w3school online tutorials to learn about how HTML works. Yoyo introduced me to sublime text and SubEthaEdit. I went through six tutorials this week. (HTML Introduction, Editors, basic, elements, attributes, and headings). I'm planning on continuing on learning about HTML on tutorials from w3school next week. Here is my notes from this week.


    <a> link

    href= link destination

    <img> image

    src="____________" source

    width="___"

    height="___"

    <p> paragraph

    <button> button

    <ul> unordered list (bullet points)

    <ol> ordered list (with numbers)

    <br> break empty line NO </br>

    style="______" color, font, size (include in <p>)

    font-size:__px

    lang="___" language

    title="____" (include in <p>, if you hover over the text, the value for title will be displayed)

    <hr> horizontal rule, horizontal line across the page

    <meta> meta data=information about HTML document, it is not displayed, includes document title, character set, styles, scripts(<head> element contains metadata