fast-frontend tag

54 questions


1 answers
107 views
0
This is a question related to time semantic markup.

When trying to code parts such as 20:00 to 22:00, <span> <time datetime=20:00>20:00</time> ~ <time datetime=22:00>22:00</time></span>Is this the only way to code?&l...

1 years ago

2 answers
113 views
0
There is a difference between the typography settings in Photoshop and the CSS rendered on the browser.

Designers usually hand over PSD files with the guidelines in placeIf CSS is applied based on that guideline, it seems to come out a little different in the actual browser.Is there any know-how to make...


1 answers
95 views
0
[Lectures 1-23] Is there a language that can be used in html documents other than javascript?

I heard that <script type=> can specify the type and javascript is specified as the default value in lecture 1-23.As far as I know, I heard that HTML css javascript can handle only three things,...


1 answers
78 views
0
I wonder why you use the data tag.

I wonder why you use the data tag.Is it just the semantic role of 'this is data linked to the server'?


1 answers
65 views
0
Problems with video not being output on the screen

Write it in the tag like this video src=media/video/holzweiler-short.mp4 poster=media/video/holzweiler-short--cover.After png, I even closed the tag, but I downloaded and reloaded the file you uploade...

1 years ago

1 answers
81 views
0
I'm asking you about "meaningful structuring."

Teacher Yamoo! In Mission 1-6, I wrote the following part code for the waiting room and accommodation.<div> <p> <span class=bold-text>Daesil</span> <span class=color-grey>...


2 answers
90 views
0
Sublime text3 hotkey crash issue on laptop

I've tried to use a shortcut that selects multiple lines.(ctrl+alt+up,down)But when you use it as a desktop, it's a shortcut that you can use, but when you use it as a laptop, the entire screen of the...


1 answers
65 views
0
I have a question about applying the font-family.

When applying a certain font, it is subdivided according to the style or weight of the font. I know that when you tie them together, you can tie them together with a font-family within the font-face.F...



© 2024 OneMinuteCode. All rights reserved.